Package com.cisco.pt.ipc.sim
Interface CryptoMapSeq
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CryptoMapSeqImpl
Information provided by the PKI file:
\class CryptoMapSeq
\brief CryptoMapSeq holds and manipulates crypto maps in a crypto map set.
\example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getCryptoMapSeqAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:intInformation provided by the PKI file:intInformation provided by the PKI file:booleanInformation provided by the PKI file:voidsetMatchAdd(String addName) Information provided by the PKI file:voidsetSaLifeTime(int lifetime) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getSeqNum
int getSeqNum()Information provided by the PKI file:
\brief Returns the sequence number of this crypto map. \return int, the sequence number of this crypto map.- Returns:
- int Returns a int
-
isIncomplete
boolean isIncomplete()Information provided by the PKI file:
\brief Returns true if this crypto map is incomplete, otherwise false. \return bool, true if this crypto map is incomplete, otherwise false.- Returns:
- boolean Returns a boolean
-
setMatchAdd
Information provided by the PKI file:
\brief Sets the match for this crypto map. \param string, the match to set for this crypto map.- Parameters:
addName- Takes in a parameter of addName
-
getMatchAdd
String getMatchAdd()Information provided by the PKI file:
\brief Returns the match for this crypto map. \return string, the match for this crypto map.- Returns:
- String Returns a String
-
setSaLifeTime
void setSaLifeTime(int lifetime) Information provided by the PKI file:
\brief Sets the IPSec SA lifetime. \param int, the IPSec SA lifetime to set.- Parameters:
lifetime- Takes in a parameter of lifetime
-
getSaLifeTime
int getSaLifeTime()Information provided by the PKI file:
\brief Returns the IPSec SA lifetime. \return int, the IPSec SA lifetime.- Returns:
- int Returns a int
-